html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #19507f;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

sup{
  vertical-align: super;
  font-size: smaller;
}

* {
  margin: 0;
  padding: 0;
}


* html #wrapper, *html #wshadow {
	height: 100%;	
}

.clr, .clear{
  clear:both;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wshadow {
  min-height: 100%;
  margin: 0 auto;
	height: auto !important;
	height: 100%;
	width: 906px;
	
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 128px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 38px;
	height: 1%;
	position: relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 24px 0 240px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 900px;
	margin: -38px auto 0;
	height: 38px;
	
	position: relative;
	text-align:center;
}



/* Custom Set
-----------------------------------------------------------------------------*/

body {
 color: #2d2d2d;
 background: #e5e5e5;
}

#wrapper {
  background:#fff;
}

#header {
  background: url('../images/hdr.gif') bottom left repeat-x;
}

#headerinner {
 height: 128px;
 min-height: 128px;
 position:relative;
 background: url('../images/flag.png') top left no-repeat;
}

#headerdesc{
 position:absolute;
 top:0px;
 right:0px;
 z-index:100;
 width:346px;
 height:134px;
 background: url('../images/lnmap.png') top right no-repeat;
}

#headerdesc div{
 width:232px;
 height:88px;
 margin: 16px 8px;
}

#htransbox{ 
 background:#000;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=4);
  filter: alpha(opacity=4);
  -moz-opacity: 0.04;
  -khtml-opacity: 0.04;
  opacity: 0.04;
  zoom:1;
}

#htransboxtext{
position: relative;
top:-98px;
right:-6px;
font-size:10px;
}

#headerdata{
 padding: 16px;
 padding-left:136px;
 margin:0 40px;
 height: 100px;
 min-height: 100px;
 background: url('../images/gerb.png') center left no-repeat;
}

#headerdata h1{
  font-size:18px;
  font-weight:normal;
  text-transform: uppercase;
  width:368px;
  margin:8px 0px;
}

* html #wrapper, * html #footer {
  margin-left:3px;
}

#wshadow {
  background: url('../images/bg.gif') top center repeat-y #fff;
}

#footer, #hmenu {
  height: 38px;
  line-height:38px;
  background: url('../images/hm.gif') bottom left repeat-x #9c6;
}

#hmenu{
  padding:0 24px;
  margin-bottom:8px;
  /*text-transform: uppercase;*/
}

#hmenuicons{
  float:right;
  padding-top:14px;
  padding-top:0px\0/; /*  IE8+ */
}

@-moz-document url-prefix() {
	#hmenuicons{
  padding-top:0px;
  }
}

#hmenucontent{
  float:left;
width: 780px;
overflow: hidden;
height: 36px;
}

#hmenucontent a, #hmenucontent a:hover{
  color: #2d2d2d;
  text-decoration:none;
  
}

.breadcrumbs{
/*text-transform: uppercase;*/
}

#hmenuicons a, #hmenuicons a:hover, .subcontentheading a, .subcomponentheading a:hover{
 text-decoration:none;
 margin-right:8px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  zoom:1;
}

#hmenuicons a:hover, .subcomponentheading a:hover{
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  zoom:1;
}

.borderradius, .module{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.module{
  background:#f6f6f6;
  clear:both;
}

.module h3{
 font-size:18px;
 font-weight:normal;
 padding:8px;
}

.menu{
	background:#fff;
	width:200px;
	border:1px solid #ebebeb;
	padding:3px;
	margin:8px;
	margin-top:0px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
	
.menu ul{
	list-style:none;
}

.menu li{
	list-style:none;
	display:block;
	border-bottom:1px solid #ebebeb;
}

.menu li ul, .menu li ul li a, .menu li#current ul li a{
  border-top:1px solid #ebebeb;
}

.menu li ul li a{
  padding-left:32px;
}

.menu li a{
	list-style:none;
	display:block;
	background:#f6f6f6 repeat-y left;
	color:#2d2d2d;
	font-size:12px;
	text-decoration:none;
	padding:10px 14px;
/*padding-right:4px;*/
}

.menu li a:hover{
	background: url('../images/hm.gif') top left repeat-x #9c6;
	color:#2d2d2d;
	text-decoration:none;
}

.menu li#current a{
	background:#e5e5e5;
	color:#2d2d2d;
	text-decoration:none;					
}

.menu li#current ul li a{
  background: #f6f6f6;
}

.menu li#current ul li a:hover{
  background: url('../images/hm.gif') top left repeat-x #9c6;
}

#content {
  padding-bottom: 16px;
}

#content p {
line-height: 18px;
margin:8px 0px;
text-align:justify;
}

.contentheading, .componentheading, .contentheading a, .componentheading a{
font-size: 18px;
font-weight:normal;
padding:4px 0px;
font-family: 'Open Sans', 'Arial', sans;
text-decoration:none;
color:#2d2d2d;
}


.contentheading a:hover, .componentheading a:hover{
text-decoration:underline;
color:#2d2d2d;
}

.subcontentheading, .subcomponentheading{
padding:2px 4px;
background:#f0f0f0;
font-size:10px;
color:#667;
}

.subcontentheading a{
 text-decoration:none;
 margin-right:8px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  zoom:1;
}

.subcontentheading a:hover{
 text-decoration:none;
 margin-right:8px;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  zoom:1;
}

.text{
 clear:both; 
}

.text a{
 padding-right:8px; 
 margin-right:2px;
 background: url('../images/link.gif') top right no-repeat;
}

p.readon{
text-align:right !important;
}

#hotlogcounter{
display:inline;
position: absolute;
bottom:4px;
right: 8px;
}

div.category a {
display:inline-block;
zoom:1;
*display:inline;
padding: 4px 0px;
text-decoration:none;
}

div.category a:hover{
text-decoration: underline;
}

div.content table{
 margin:8px;
}

#header{
 position:relative;
}

#smbanner{
 position:absolute;
 z-index:10000;
 display:inline;
 padding: 2px 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
 opacity: 0.7;
 background: #2673c7;
 color: #fff;
 left: 174px;
 top: 92px;
}

#smbanner:hover{
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.0;
 -khtml-opacity: 1.0;
 opacity: 1.0;
}

#smbanner a{
 color: #fff;
 text-decoration:none; 
 font-size:smaller;
}

#smbanner a:hover{
 color: #fff;
 text-decoration:underline; 
}